JMGetCurrentEnv
Returns the currentJRIEnv
data structure.
struct JRIEnv* JMGetCurrentEnv (JMSessionRef session);
session
- The current session.
- function result
- A pointer to the
JRIEnv
data structure.DISCUSSION
TheJMGetCurrentEnv
function allows you to get information about the current Java Runtime Interface (JRI). The data structureJRIEnv
is defined in the header fileJRI.h
.SEE ALSO
Documentation for the Java Runtime Interface athttp://developer.netscape.com/
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help